Update installation.md

Add `bundle exec` to `rake production:export` command.

Justin R. Porter 8 年之前
父節點
當前提交
fd1f4153d1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/manual/installation.md

+ 2 - 2
doc/manual/installation.md

@@ -241,7 +241,7 @@ Edit the `Procfile` and choose one of the suggested versions for production
241 241
 
242 242
 Export the init scripts:
243 243
 
244
-    sudo rake production:export
244
+    sudo bundle exec rake production:export
245 245
 
246 246
 **Note:** You have to re-export the init script every time you change the configuration in `.env` or your `Procfile`!
247 247
 
@@ -396,4 +396,4 @@ When you want to monitor the background processes you can easily watch all the f
396 396
 
397 397
 ### Still having problems? :crying_cat_face:
398 398
 
399
-You probably found an error message or exception backtrace you could not resolve. Please create a new [issue](https://github.com/cantino/huginn/issues) and include as much information as you could gather about the problem your are experiencing.
399
+You probably found an error message or exception backtrace you could not resolve. Please create a new [issue](https://github.com/cantino/huginn/issues) and include as much information as you could gather about the problem your are experiencing.